#include <value_transfer.hpp>
Public Member Functions | |
ValueTransferFromLibrary (const unsigned int &from_size, FromType *from, ToType *to=NULL) | |
Default constructor. | |
~ValueTransferFromLibrary (void) | |
Destructor. | |
template<> | |
unsigned int | p_computeToSize (void) const |
Compute the size of the "to" buffer. | |
template<> | |
void | p_copy (void) |
Copy the value. |
gridpack::math::ValueTransferFromLibrary< FromType, ToType >::ValueTransferFromLibrary | ( | const unsigned int & | from_size, | |
FromType * | from, | |||
ToType * | to = NULL | |||
) |
Default constructor.
gridpack::math::ValueTransferFromLibrary< FromType, ToType >::~ValueTransferFromLibrary | ( | void | ) |
Destructor.
unsigned int gridpack::math::ValueTransferFromLibrary< ComplexType, RealType >::p_computeToSize | ( | void | ) | const [virtual] |
Compute the size of the "to" buffer.
Reimplemented from gridpack::math::ValueTransfer< FromType, ToType >.
Reimplemented in gridpack::math::MatrixValueTransferFromLibrary< FromType, ToType >.
void gridpack::math::ValueTransferFromLibrary< ComplexType, RealType >::p_copy | ( | void | ) | [virtual] |
Copy the value.
Reimplemented from gridpack::math::ValueTransfer< FromType, ToType >.
Reimplemented in gridpack::math::MatrixValueTransferFromLibrary< FromType, ToType >.
References gridpack::math::real().